home *** CD-ROM | disk | FTP | other *** search
- { JPL Executor COLOR }
- { Copyright (C) 1988,89 Logiciels JPsoft Enr. }
-
- SetColor ( 7 )
- SetBrushColor ( 0 )
- Rectangle ( 10,10,50,50 )
-
- SetColor ( 6 )
- SetBrushColor ( 1 )
- Rectangle ( 60,10,100,50 )
-
- SetColor ( 5 )
- SetBrushColor ( 2 )
- Rectangle ( 110,10,150,50 )
-
- SetColor ( 4 )
- SetBrushColor ( 3 )
- Rectangle ( 160,10,200,50 )
-
- SetColor ( 3 )
- SetBrushColor ( 4 )
- Rectangle ( 210,10,250,50 )
-
- SetColor ( 4 )
- SetBrushColor ( 5 )
- Rectangle ( 260,10,300,50 )
-
- SetColor ( 5 )
- SetBrushColor ( 6 )
- Rectangle ( 310,10,350,50 )
-
- SetColor ( 6 )
- SetBrushColor ( 7 )
- Rectangle ( 360,10,400,50 )
-
- End ()